home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1994 March / 1994-03b.d64 / ghoul colours (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  762b  |  34 lines

  1. 100 dim s(15): c$="[157],": print "[147]";
  2. 110 :
  3. 120 for i=0 to 15
  4. 130 s(i)=peek(49155+i)
  5. 140 next
  6. 150 :
  7. 160 read a$
  8. 170 print tab(20-len(a$)/2) a$
  9. 180 print "[146]" tab(13) "dogs " s(0);
  10. 190 for i=1 to 5: print c$ s(i);: next
  11. 200 print: print "[145]" tab(17);
  12. 210 input s(0),s(1),s(2),s(3),s(4),s(5)
  13. 220 :
  14. 230 for i=6 to 15
  15. 240 read a$: print
  16. 250 print tab(17-len(a$)) a$ " " s(i)
  17. 260 print "[145]" tab(17);
  18. 270 input s(i)
  19. 280 next
  20. 290 :
  21. 300 for i=0 to 15
  22. 310 poke 49155+i,s(i)
  23. 320 next
  24. 330 :
  25. 340 print "[145][145]": end
  26. 350 :
  27. 360 data ghoul dog color change program
  28. 370 data cat,laser beam
  29. 380 data sprite multicolor
  30. 390 data alternate cat,frame
  31. 400 data game background
  32. 410 data targets,bonus targets
  33. 420 data text,text background
  34.